﻿@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;font-weight: normal;}
html,body{font-family: not specified; text-align: left;width: 100%;height: 100%;color: #666;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea,button{outline:0;border:none;resize:none;color: #666;font-family:"微软雅黑",Arail,Tabhoma; }
textarea{resize:none; overflow: auto;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em,b,i{font-weight: normal; font-style: normal;}
a{text-decoration: none;}

/* 返回顶部统一样式 */
#backTop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 127px;
    z-index: 9999;
    background-color: #eee;
    padding-top: 15px;
    opacity: .5;
    cursor: pointer;
    border-radius: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    display: none;
}
#backTop:hover {
    opacity: 1;
}
#backTop img {
    display: block;
    width: 30%;
    margin: 0 auto;
}
#backTop p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    color: #000;
}